GetScriptSourceRequest

data class GetScriptSourceRequest(scriptId: ScriptId)

Represents request frame that can be used with Debugger#getScriptSource operation call.

Returns source for the script with given id.

See also

Constructors

GetScriptSourceRequest
Link copied to clipboard
fun GetScriptSourceRequest(scriptId: ScriptId)

Properties

scriptId
Link copied to clipboard
val scriptId: ScriptId
Id of the script to get source for.

Sources

jvm source
Link copied to clipboard